Are there any inline code validation libraries available for something similar to TryRuby.org or CodeSchool.com? [closed]
Posted
by
Forkrul Assail
on Programmers
See other posts from Programmers
or by Forkrul Assail
Published on 2012-10-16T21:06:16Z
Indexed on
2012/10/16
23:19 UTC
Read the original article
Hit count: 186
web-development
|open-source
Recently a lot of browser-based training sites have been spawned. These include tryruby.org, codeacademy.org, codeschool.org and the Udacity site uses something seemingly similar. They allow the user to type code in say Ruby or Python, this is then sent to the server and the output posted back to the browser.
Are there libraries available for in-browser code validation? How would you approach this? Suggestions?
© Programmers or respective owner